tutorial = {
	index = 4
	title = "TUT_BAS_CHAPTER06_TITLE01" #Economy and Ideas
	desc = "TUT_BAS_CHAPTER06"
	desc = "TUT_BAS_CHAPTER07_TITLE01"
	desc = "TUT_BAS_CHAPTER07"
	buttonText = "TUT_BAS_CHAPTER04_BUTTON"
	window = "hints_window"	# default window
	moveable = yes
	country = GBR
	save_game = "tutorial_GBR_06.moe"

	page = {
		index = 1
		title = "TUT_BAS_CHAPTER06_TITLE01" #Economy and Budget
		text = "TUT_BAS_CHAPTER06_DESC01"
		sprite = "GFX_tutorial_budget_view"
		text = "TUT_BAS_CHAPTER06_PAGE01"
		
		window = "hints_window"
		position = {
			x = 400
			y = 200
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 230
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			set_treasury = 0
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			open_window = "budgetview"
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 2
		title = "TUT_BAS_CHAPTER06_TITLE02" #Take Loan
		text = "TUT_BAS_CHAPTER06_DESC02"
		text = "TUT_BAS_CHAPTER06_PAGE02"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_2"
			position = {
				x = 320
				y = 610
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			set_treasury = 0
			goto = 74 #London
			open_window = "budgetview"
			keep_window_open = yes
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			number_of_loans = 1
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	page = {
		index = 3
		title = "TUT_BAS_CHAPTER06_TITLE03" #Repay Loan
		text = "TUT_BAS_CHAPTER06_DESC03"
		text = "TUT_BAS_CHAPTER06_PAGE03"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_3"
			position = {
				x = 110
				y = 610
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			goto = 74 #London
			open_window = "budgetview"
			keep_window_open = yes
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			NOT = {
				number_of_loans = 1
			}
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 4
		title = "TUT_BAS_CHAPTER06_TITLE04" #Economy and Budget
		text = "TUT_BAS_CHAPTER06_DESC04"
		text = "TUT_BAS_CHAPTER06_PAGE04"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			treasury = 277
			goto = 74 #London
			open_window = "budgetview"
			keep_window_open = yes
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	
	page = {
		index = 5
		title = "TUT_BAS_CHAPTER06_TITLE05" #Ideas
		text = "TUT_BAS_CHAPTER06_DESC05"
		text = "TUT_BAS_CHAPTER06_PAGE05"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			goto = 74 #London
			open_window = "ideasview"
			keep_window_open = yes
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			OR = {
				idea = repair_at_sea
				idea = expert_foraging
				idea = volley_fire
				idea = naval_dockyards
				idea = diplomatic_corps
				idea = assault_column
				idea = preliminary_bombardment
				idea = national_banking_system
				idea = march_to_the_sound_of_guns
				idea = press_gangs
			}
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 6
		title = "TUT_BAS_CHAPTER06_TITLE06" #End of Chapter 6
		text = "TUT_BAS_CHAPTER06_DESC06"
		text = "TUT_BAS_CHAPTER06_PAGE06"
		
		window = "hints_window"
		position = {
			x = 600
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			idea_points = 200
			goto = 74 #London
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}

	#Used to be Chapter 7: Diplomacy
	page = {
		index = 7
		title = "TUT_BAS_CHAPTER07_TITLE01" #Diplomacy
		text = "TUT_BAS_CHAPTER07_DESC01"
		sprite = "GFX_tutorial_diplomacy_view"
		text = "TUT_BAS_CHAPTER07_PAGE01"
		
		moveable = yes
		
		window = "hints_window"
		position = {
			x = 400 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_1"
			position = {
				x = 400
				y = 80
			}
			orientation = "UPPER_LEFT"
		}
		
		effect = { #This page's effects on the world
			diplomats = 10
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		trigger = {
			open_window = "diplomacyview"
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 8
		title = "TUT_BAS_CHAPTER07_TITLE02" #Coalitions
		text = "TUT_BAS_CHAPTER07_DESC02"
		text = "TUT_BAS_CHAPTER07_PAGE02"
		
		window = "hints_window"
		position = {
			x = -520
			y = -500 
		}
		orientation = "LOWER_RIGHT"
		extra_window = {
			window = "dummy"
			sprite = "GFX_tutorial_arrow_2"
			position = {
				x = 140
				y = -400
			}
			orientation = "LOWER_LEFT"
		}
		
		effect = { #This page's effects on the world
			diplomats = 10
			goto = 74 #London
			open_window = "diplomacyview"
			keep_window_open = yes
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
			speed = 5
		}
		
		trigger = { #Conditions that will take you to the next page if fulfilled
			alliance_with = PRU
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 9
		title = "TUT_BAS_CHAPTER07_TITLE03" #New Coalition member
		text = "TUT_BAS_CHAPTER07_DESC03"
		text = "TUT_BAS_CHAPTER07_PAGE03"
		
		window = "hints_window"
		position = {
			x = 600
			y = 200
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			diplomats = 100
			goto = 74 #London
			close_window = "all"
			keep_window_closed = yes
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
	page = {
		index = 10
		title = "TUT_BAS_CHAPTER07_TITLE04" #Military Access
		text = "TUT_BAS_CHAPTER07_DESC04"
		text = "TUT_BAS_CHAPTER07_PAGE04"
		
		window = "hints_window"
		position = {
			x = 600 
			y = 200 
		}
		orientation = "UPPER_LEFT"
		
		effect = { #This page's effects on the world
			diplomats = 10
			goto = 74 #London
			pauseable = no
			pause = yes
		}
		
		option = {
			button = "TutorialPageButtonOption"
			text = "CONTINUE"
			action = "continue"
			tooltip = "TUT_BAS_CONTINUE_TOOLTIP"
			position = {
				x = 0
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MAINMENU"
			action = "close"
			tooltip = "TUT_BAS_MAINMENU_TOOLTIP"
			position = {
				x = 170
				y = 30
			}
		}
		option = {
			button = "TutorialPageButtonOption"
			text = "MINIMISE"
			action = "minimize"
			tooltip = "TUT_BAS_CLOSE_TOOLTIP"
			position = {
				x = 340
				y = 30
			}
		}
	}
}